All Questions
Tagged with softwareweb-development
6 questions
22votes
11answers
9kviews
How is Agile model more flexible than the Waterfall model?
I know one of the differences between Agile and Waterfall is to do with more customer and user feedback, but I'm trying to wrap my head around what makes the Agile/XP model more adaptable to change. ...
5votes
5answers
996views
How should I handle software requirements as a developer?
I'm a junior web developer at my first company. We have a business analyst that communicates with the sales team and developers. The business analyst is responsible in creating specifications for the ...
0votes
2answers
401views
Why are web applications said to be in "production" when in reality they are in "release" or "published"? [duplicate]
The definition of production seems to contradict what web developers consider an application in production to be. Why is the term in release or published not used instead? I have been in professional ...
-1votes
1answer
1kviews
How exactly does someone make money from free software? And how do programs compete with websites?
I always wanted to create software but was not really into websites.I see that popular programs(such as skype) don't make as much money as popular websites(such as facebook,twitter etc.). Is this ...
1vote
0answers
61views
What is the best apporach to a customizable theming in SPA Architecture
I'm interested in developing single-paged application and there are few question I need to get clarified before moving on. One of them is customizable theming implementations. As for traditional web ...
8votes
3answers
14kviews
Is it possible to combine C/C++ with web languages? [duplicate]
I would like to create a web application (meaning that will run from browser). The point is that I want to write just the UI in HTML5 + CSS + JS (or maybe even some PHP). On the other hand, I want to ...